Interface ARPPacket

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
ARPPacketImpl

public interface ARPPacket extends Pdu
  • Method Details

    • getHardwareType

      Short getHardwareType()
      Returns:
      Short Returns a Short
    • setHardwareType

      void setHardwareType(Short hardwareType)
      Parameters:
      hardwareType - Takes in a parameter of hardwareType
    • getProtocolType

      Short getProtocolType()
      Returns:
      Short Returns a Short
    • setProtocolType

      void setProtocolType(Short protocolType)
      Parameters:
      protocolType - Takes in a parameter of protocolType
    • getHardWareLength

      Byte getHardWareLength()
      Returns:
      Byte Returns a Byte
    • setHardWareLength

      void setHardWareLength(Byte hardWareLength)
      Parameters:
      hardWareLength - Takes in a parameter of hardWareLength
    • getProtocolLength

      Byte getProtocolLength()
      Returns:
      Byte Returns a Byte
    • setProtocolLength

      void setProtocolLength(Byte protocolLength)
      Parameters:
      protocolLength - Takes in a parameter of protocolLength
    • getUsOperation

      Short getUsOperation()
      Returns:
      Short Returns a Short
    • setUsOperation

      void setUsOperation(Short usOperation)
      Parameters:
      usOperation - Takes in a parameter of usOperation
    • getSrcMacAddress

      MACAddress getSrcMacAddress()
      Returns:
      MACAddress Returns a MACAddress
    • setSrcMacAddress

      void setSrcMacAddress(MACAddress srcMacAddress)
      Parameters:
      srcMacAddress - Takes in a parameter of srcMacAddress
    • getSrcIpAddress

      IPAddress getSrcIpAddress()
      Returns:
      IPAddress Returns a IPAddress
    • setSrcIpAddress

      void setSrcIpAddress(IPAddress srcIpAddress)
      Parameters:
      srcIpAddress - Takes in a parameter of srcIpAddress
    • getDstMacAddress

      MACAddress getDstMacAddress()
      Returns:
      MACAddress Returns a MACAddress
    • setDstMacAddress

      void setDstMacAddress(MACAddress dstMacAddress)
      Parameters:
      dstMacAddress - Takes in a parameter of dstMacAddress
    • getDstIpAddress

      IPAddress getDstIpAddress()
      Returns:
      IPAddress Returns a IPAddress
    • setDstIpAddress

      void setDstIpAddress(IPAddress dstIpAddress)
      Parameters:
      dstIpAddress - Takes in a parameter of dstIpAddress